home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 7 / FM Towns Free Software Collection 7.iso / taropyon / hewin / ccisrc / aplcol.h < prev    next >
C/C++ Source or Header  |  1993-11-30  |  420b  |  20 lines

  1. #ifndef    _APLCOL_H
  2. #define    _APLCOL_H
  3.  
  4. #define    C_GRAY        C_WHITE
  5. #define    C_DARK        C_HBLACK
  6. #define    C_WARNNING    C_HYELLOW
  7. #define    C_ERROR        C_HRED
  8. #define    C_INFO        C_HGREEN
  9. #define    C_TIMEBOX    C_CYAN
  10. #define    C_GRAY0        C_HBLACK
  11. #define    C_GRAY1        C_RED
  12. #define    C_GRAY2        C_WHITE
  13. #define    C_GRAY3        C_MAGENTA
  14. #define    C_METAL0    C_GREEN
  15. #define    C_METAL1    C_CYAN
  16. #define    C_METAL2    C_YELLOW
  17. #define    C_DLGBASE    C_MAGENTA
  18.  
  19. #endif
  20.